<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    background: rgba(35, 37, 38, 1);
    box-sizing: border-box;
    padding: 60px 0 30px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
}
.app-footer {
    display: none;
}
.cebian{
    display: none;
}
.footer-top-left {
    display: flex;
    justify-content: start;
}

.footer-top-left ul {
    margin-right: 50px;
    width: 99px;
}

.footer-top-left a:hover {
    color: #fff;
}

.footer-top-left div {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
}


.footer-top-left li {
    line-height: 30px;
    color: #9FA2A8;
    font-size: 12px;
    font-weight: 400;
}
.footer-top-left li a{
    line-height: 30px;
    color: #9FA2A8;
    font-size: 12px;
    font-weight: 400;
}
.footer-top-right {
    display: flex;
    justify-content: start;
}

.footer-phone p {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.footer-phone p img {
    margin-right: 10px;
}

.footer-phone div {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin: 14px 0;
}

.footer-phone span {
    font-weight: 400;
    color: #9FA2A8;
    font-size: 12px;
    display: block;
}

.footer-phone span:last-child {
    color: #fff;
    margin-top: 6px;
}

.footer-qr-code {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-qr-code p {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

.footer-links div {
    width: 80px;
    height: 31px;
    background: url("../images/footer-links-bg.png") no-repeat center;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-top: 10px;
}

.footer-links ul li {
    margin-right: 20px;
    margin-bottom: 17px;
}

.footer-links ul li a {
    color: #9FA2A8;
    font-size: 12px;
    font-weight: 400;
}

.footer-links ul li a:hover {
    color: #777B84;
}

.footer-img-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-img-box li {
    margin-right: 4px;
}

.website-introduction {
    font-size: 12px;
    color: #9FA2A8;
    margin: 18px 0 16px;
}

.footer-statement {
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-statement span,
.footer-statement a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #9FA2A8;
    font-weight: 400;
}

.footer-statement i {
    display: block;
    width: 1px;
    height: 14px;
    background: #9FA2A8;
    margin: 0 14px;
}

.footer-statement img {
    margin-right: 5px;
}
 .copy-tan{
            width: 100vw;
            height: 100vh;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 9999999;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none;
        }
        .copy-tan-box{
            width: 120px;
            height: 40px;
            background: rgba(0,0,0,0.5);
            border-radius: 5px;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #fff;
            line-height: 38px;
            text-align: center;
            user-select: none;
        }
        .app-footer{
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 2%) !important;
}</pre></body></html>